Skip to content

Remove .DS_Store files and add .gitignore#653

Merged
jongfeel merged 1 commit intomainfrom
remove-ds-store
Apr 29, 2026
Merged

Remove .DS_Store files and add .gitignore#653
jongfeel merged 1 commit intomainfrom
remove-ds-store

Conversation

@jongfeel
Copy link
Copy Markdown
Member

Closes #577

Closes #577

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jongfeel jongfeel self-assigned this Apr 18, 2026
@jongfeel jongfeel added the 2026 label Apr 18, 2026
@github-actions
Copy link
Copy Markdown

우측에 있는 Projects, Milestone, Development를 확인 후 할당 해주세요~! 🙇

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds .DS_Store to the .gitignore file. The review feedback suggests expanding the list to include other common OS-generated files like ._* and Thumbs.db, and notes that existing tracked files must be manually removed using git rm --cached.

Comment thread .gitignore
@@ -0,0 +1 @@
.DS_Store
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR title mentions removing .DS_Store files, but adding them to .gitignore does not remove already tracked files; use git rm --cached for that. Also, consider adding ._* and Thumbs.db to ignore other common OS-generated files.

.DS_Store
._*
Thumbs.db

@jongfeel jongfeel enabled auto-merge (squash) April 21, 2026 13:52
@jongfeel jongfeel disabled auto-merge April 29, 2026 05:25
@jongfeel jongfeel merged commit 26a87f6 into main Apr 29, 2026
1 check passed
@jongfeel jongfeel deleted the remove-ds-store branch April 29, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] Remove .DS_Store files and add .gitignore

2 participants